home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / GRAHAM / XA_6S.ZIP / SOURCE / APPL_INI.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-30  |  189 b   |  9 lines

  1. #ifndef _APPL_INI_H_
  2. #define _APPL_INI_H_
  3. #include "K_DEFS.H"
  4.  
  5. unsigned long XA_appl_init(short clnt_pid, AESPB *pb);
  6. unsigned long XA_appl_exit(short clnt_pid, AESPB *pb);
  7.  
  8. #endif
  9.